home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <html><head><title>DimArray Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03104300"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css"> p.P1{ } p.P2{ } span.T1{ font-weight:bold;} </style></head><body> <help:to-be-embedded Eid="dimarray" xmlns:help="http://openoffice.org/2000/help"> <p class="Head1"><help:link Id="68583">DimArray Function [Runtime]</help:link></p> <p class="Paragraph">Returns a Variant array.</p> </help:to-be-embedded> <p class="Paragraph"><span class="T1">Syntax</span>:</p> <p class="Paragraph">DimArray ( Argument list) <help:key-word value="DimArray" tag="kw68583_1" xmlns:help="http://openoffice.org/2000/help"/></p> <p class="Paragraph">See also <help:link Id="68582" xmlns:help="http://openoffice.org/2000/help">Array</help:link></p> <p class="Paragraph">If no parameters are passed, an empty array is created (like Dim A(), the same as a sequence of length 0 in Uno). If parameters are given, a dimension is created for each parameter.</p> <p class="Paragraph"><span class="T1">Parameter</span>:</p> <p class="Paragraph">Argument list: a list of any number of arguments, comma separated.</p> <p class="P2">Example:</p> <p class="PropText">DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )</p> </body></html>